home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-11-19 | 608 b | 33 lines | [TEXT/MPS ] |
- /*
- File: MITest1.exp
-
- Contains: Test for multiple inheritance
-
- Copyright: © 1992-1994 by Apple Computer, Inc., all rights reserved.
-
- */
-
- #include "MITest1.h"
-
-
- Library
- {
- id = "quin:test$MITest1,1.2";
- memory = client;
- version = 1.0…1.2;
- };
-
- Class MMixin1;
- Class MMixin2;
- Class MMixin3;
-
- //
- // ASLM does not support SCpp multiple inheritance. The code below will
- // prevent the building of the shared library from dying and will also
- // cause the tests that use these classes to simply give and error message.
- //
- #if !defined(__SC__) && !defined(__MRC__)
- Class TMixedClass;
- Class TMixedClass2;
- #endif
-